body
{
margin: 0 auto;
background: #DDD;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
position: relative;
min-height: 100%;
height: 100%;
}

.header
{
align: top;
background: #999;
color: #FFFFFF; 
height: 60px;
width: 100%;
text-align: center;
font-size: 20pt;
font-weight: bold;
padding: 0 1em;
line-height: 60px;
}  

#menu1 ul 
{
list-style-type:none;
text-align: center;

}  
#menu1 ul li
{
display: inline;
}

#menu1 ul li a:link, a:visited 
{
background: #CCC;
color: #000000;
font-size: 12pt;
font-weight: bold;
line-height: 40px;
margin-right: 10px;
padding: 6px 8px 6px 9px;
text-decoration: none;
} 

#menu1 a:link#current 
{
background: #FFFFFF;
color: #000000;
}  

#menu1 a:visited#current 
{
background: #FFFFFF;
color: #000000;
}

#menu1 ul li a:hover 
{
color: #FFFFFF;
background: #999; 
}

.footer 
{
position: absolute;
bottom: 0px;
bottom: -1px;
background: #CCC;
color: #000000;
width: 100%;
font-size: 12pt;
padding: 0 1em;
line-height: 40px;
}